object SpoolingDlg: TSpoolingDlg Left = 419 Top = 292 BorderStyle = bsDialog Caption = 'Impression' ClientHeight = 72 ClientWidth = 183 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ProgressLabel: TLabel Left = 16 Top = 16 Width = 119 Height = 13 Caption = 'Envoi du rapport vers l'#39'imprimante' end object CancelBtn: TButton Left = 56 Top = 40 Width = 75 Height = 23 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = CancelBtnClick end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 153 Top = 40 end end